home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 640 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.2 KB  |  32 lines

  1. Path: ogpsrv.unice.fr!masson
  2. From: masson@ogpsrv.unice.fr (Gilles Masson)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: How to change display freq. on NetBSD 1.1 (for Cirrus Logic)?
  5. Date: 13 Mar 1996 07:53:34 GMT
  6. Organization: University of Nice-Sophia Antipolis
  7. Distribution: world
  8. Message-ID: <4i5utu$1mv@malibu.unice.fr>
  9. References: <12MAR199613502760@rosie.uh.edu>
  10. NNTP-Posting-Host: ogpsrv.unice.fr
  11.  
  12. In article <12MAR199613502760@rosie.uh.edu>, phys8z@rosie.uh.edu (PHYS8Z) writes:
  13. |> I have a Picasso II graphic card and an NEC XE-17 (min. h-freq. 31 kHz).
  14. |> The frequency used by the Cirrus Logic Console is too low and the monitor
  15. |> is unable to sync to it.  Does anyone know what values I need to patch?
  16. |> (or change in the source, it's no problem for me to recompile it).
  17.  
  18. should be somewhere in:
  19. arch/amiga/dev/grf_cl.c  (or arch/amiga/dev/grf_clreg.h)
  20.  
  21. i think that it's in begining of grf_cl.c :
  22.  
  23. struct grfcltext_mode clconsole_mode = {
  24.         {255, "", 25200000, 640, 480, 4, 80, 100, 94, 99, 100, 481, 522, 490,
  25.         498, 522},
  26.         8, CIRRUSFONTY, 80, 480 / CIRRUSFONTY, CIRRUSFONT, 32, 255
  27. };
  28.  
  29. I can't say more for PicassoII, but i can for RetinaZ3 if you like  ;-)
  30. -- 
  31. Gilles MASSON
  32.